home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1035 / 1035.xpi / chrome / 1clickweather.jar / content / 1clickweather / config.xul < prev    next >
Extensible Markup Language  |  2008-10-05  |  72KB  |  1,032 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- ∩┐╜ 2005 The Weather Channel Interactive, Inc.  All Rights Reserved. -->
  3.  
  4. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  5. <?xml-stylesheet href="chrome://1clickweather/skin/1clickweather.css" type="text/css"?>
  6. <!DOCTYPE window SYSTEM "chrome://1clickweather/locale/1clickweather.dtd">
  7. <window
  8.     title="1-ClickWeather"
  9.     id="MainConfigWindow"
  10.     orient="vertical"
  11.     class="config"
  12.     width="612"
  13.     height="439"
  14.     onload="loadMainWindow();"
  15.     onunload="closeWindow();"
  16.     debug="false"
  17.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  18.     xmlns:html="http://www.w3.org/1999/xhtml">
  19.  
  20.     <!-- script zone -->
  21.     <script type="application/x-javascript" src="chrome://1clickweather/content/js/common.js"></script>
  22.     <script type="application/x-javascript" src="chrome://1clickweather/content/js/config/mainconfigwindow.js"></script>
  23.     
  24.  
  25.     <!-- dialog layout -->
  26.     <hbox id="middle_win" class="" align="top" minwidth="572" minheight="412" style="background-color:#FFFFFF;">
  27.         <!-- Left Menu -->
  28.         <vbox id="left_menu_win">
  29.             <image id="menu_img_0" src='chrome://1clickweather/skin/icons/confignav/0_on.png' width='139' height='23' onclick="document.getElementById('save_button1').focus();document.getElementById('setup_pages').selectedIndex=0;swapMenuImages(0);"/>
  30.             <image id="menu_img_1" src='chrome://1clickweather/skin/icons/confignav/1_off.png' width='139' height='24' onclick="document.getElementById('save_button1').focus();document.getElementById('setup_pages').selectedIndex=1;swapMenuImages(1);"/>
  31.             <image id="menu_img_2" src='chrome://1clickweather/skin/icons/confignav/2_off.png' width='139' height='24' onclick="document.getElementById('save_button1').focus();document.getElementById('setup_pages').selectedIndex=2;swapMenuImages(2);"/>
  32.             <image id="menu_img_3" src='chrome://1clickweather/skin/icons/confignav/3_off.png' width='139' height='24' onclick="document.getElementById('save_button1').focus();document.getElementById('setup_pages').selectedIndex=3;swapMenuImages(3);"/>
  33.             <image id="menu_img_4" src='chrome://1clickweather/skin/icons/confignav/4_off.png' width='139' height='24' onclick="document.getElementById('save_button1').focus();document.getElementById('setup_pages').selectedIndex=4;swapMenuImages(4);"/>
  34.             <image id="menu_img_5" src='chrome://1clickweather/skin/icons/confignav/5_off.png' width='139' height='24' onclick="document.getElementById('save_button1').focus();document.getElementById('setup_pages').selectedIndex=5;swapMenuImages(5);"/>
  35.             <image id="menu_img_6" src='chrome://1clickweather/skin/icons/confignav/6_off.png' width='139' height='24' onclick="document.getElementById('save_button1').focus();document.getElementById('setup_pages').selectedIndex=6;swapMenuImages(6);"/>
  36.             <image id="menu_img_7" src='chrome://1clickweather/skin/icons/confignav/7_off.png' width='139' height='24' onclick="document.getElementById('save_button1').focus();document.getElementById('setup_pages').selectedIndex=7;swapMenuImages(7);"/>
  37.             <image id="under_buttons" src='chrome://1clickweather/skin/icons/other/under_buttons.png' width='139' height='220'/>
  38.         </vbox>
  39.         
  40.         <!-- Content -->
  41.         <hbox style="background-color:#ffffff;">
  42.             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='361'/>
  43.             <vbox>
  44.                 <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='10'/>
  45.                 <deck id="setup_pages" maxwidth="393" maxheight="321">
  46.                     <!-- Setup -->
  47.                     <vbox id="setup_pages_content">
  48.                         <hbox align="top">
  49.                             <description style="width:373px;font-family:Verdana;font-size:11px;color:#142189;" crop="end">
  50.                                     Set your default location, weather presentation format, and weather placement.
  51.                             </description>
  52.                         </hbox>
  53.                         <hbox>
  54.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='10'/>
  55.                         </hbox>
  56.                         <hbox align="top">
  57.                             <label value="Forecast Location" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  58.                         </hbox>
  59.                         <hbox>
  60.                             <hbox>
  61.                                 <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='1'/>
  62.                             </hbox>
  63.                             <hbox>
  64.                                 <label value="Location Name or US Postal Code" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  65.                             </hbox>
  66.                             <hbox>
  67.                                 <textbox id="user_location" size="25" maxlength="50" height="20" type="autocomplete" value="" onfocus="clearLocation();" onblur="changeLocation();"></textbox>
  68.                             </hbox>
  69.                             <vbox>
  70.                             </vbox>
  71.                         </hbox>
  72.                         <hbox>
  73.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='10'/>
  74.                         </hbox>
  75.                         <hbox align="top">
  76.                             <label value="Units of Measure" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  77.                         </hbox>
  78.                         <hbox>
  79.                             <hbox>
  80.                                 <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='1'/>
  81.                             </hbox>
  82.                             <radiogroup id="config_setup_units">
  83.                                 <vbox>
  84.                                     <hbox>
  85.                        <radio id="s" value="s" label="United States -" style="font-family:Verdana;font-size:11px;color:#000000;" onclick="document.getElementById('munits_wind').disabled = true;"/>
  86.                        <vbox>
  87.                                           <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='3'/>
  88.                           <label id="config_setup_units_deg1" value="" style="font-family:Verdana;font-size:11px;color:#000000;" />
  89.                            </vbox>
  90.                                     </hbox>
  91.                                     <hbox>
  92.                        <radio id="uk" value="uk" label="United Kingdom -" style="font-family:Verdana;font-size:11px;color:#000000;" onclick="document.getElementById('munits_wind').disabled = true;"/>
  93.                        <vbox>
  94.                                           <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='3'/>
  95.                           <label id="config_setup_units_deg2" value="" style="font-family:Verdana;font-size:11px;color:#000000;" />
  96.                            </vbox>
  97.                                     </hbox>
  98.                                     <hbox id="wind">
  99.                                         <radio id="m" value="m" label="Metric -" style="font-family:Verdana;font-size:11px;color:#000000;" onclick="document.getElementById('munits_wind').disabled = false;"/>
  100.                         <vbox>
  101.                                            <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='4'/>
  102.                            <label id="config_setup_units_deg3" value="" style="font-family:Verdana;font-size:11px;color:#000000;" />
  103.                             </vbox>
  104.                                         <menulist id="munits_wind">
  105.                                             <menupopup>
  106.                                                 <menuitem id="km/h" label="km/h" value="mk"/>
  107.                                                 <menuitem id="m/s" label="m/s" value="ms"/>
  108.                                             </menupopup>
  109.                                         </menulist>
  110.                                     </hbox>
  111.                                 </vbox>
  112.                             </radiogroup>
  113.                         </hbox>
  114.                         <hbox>
  115.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='10'/>
  116.                         </hbox>
  117.                         <hbox align="top">
  118.                             <label value="1-ClickWeather Display Placement" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  119.                         </hbox>
  120.                         <hbox>
  121.                             <hbox>
  122.                                 <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='1'/>
  123.                             </hbox>
  124.                             <radiogroup id="config_setup_placement">
  125.                                 <vbox>
  126.                                     <grid>
  127.                                         <columns>
  128.                                             <column/>
  129.                                             <column/>
  130.                                         </columns>
  131.                                         <rows>
  132.                                             <row>
  133.                                                 <radio id="MenuBar" value="MenuBar" label="Menu Bar" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  134.                                                 <radio id="PersonalToolbar" value="PersonalToolbar" label="Bookmarks Toolbar" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  135.                                             </row>
  136.                                             <row>
  137.                                                 <radio id="NavBar" value="NavBar" label="Navigation Toolbar" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  138.                                                 <radio id="StatusBar" value="StatusBar" label="Status Bar" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  139.                                             </row>
  140.                                         </rows>
  141.                                     </grid>
  142.                                     <hbox>
  143.                                         <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='10'/>
  144.                                     </hbox>
  145.                                     <hbox>
  146.                                         <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='125' height='1'/>
  147.                                         <button id="save_button1" class="dialog" label="Save & Exit" oncommand="saveData();"/>
  148.                                     </hbox>
  149.                                 </vbox>
  150.                             </radiogroup>
  151.                         </hbox>
  152.                     </vbox>
  153.  
  154.  
  155.                     <!-- Current Conditions -->
  156.                     <vbox id="current_pages_content">
  157.                         <hbox align="top">
  158.                             <description style="width:373px;font-family:Verdana;font-size:11px;color:#142189;" crop="end">
  159.                   Turn current condition reporting, associated tooltips, and severe weather alerts on and off.
  160.                             </description>
  161.                         </hbox>
  162.                         <hbox>
  163.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='5'/>
  164.                         </hbox>
  165.                         <hbox> <!-- start of the current conditions block -->
  166.                             <hbox align="top">
  167.                                 <checkbox id="config_cc_enable" checked="true" label="Enable" align="left" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  168.                             </hbox>
  169.                             <hbox align="center">
  170.                                 <label value="Display of Current Conditions" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  171.                             </hbox>
  172.                         </hbox>
  173.                         <hbox>
  174.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='3'/>
  175.                         </hbox>
  176.                         <hbox id="cc_hbox_tooltip0">
  177.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='3'/>
  178.                             <radiogroup id="config_cc_display">
  179.                                 <grid>
  180.                                     <rows>
  181.                                         <row>
  182.                                             <radio id="config_cc_display_iconandlabel" value="iconandlabel" label="Icon and Label - "/>
  183.                                             <vbox>
  184.                                                 <image src='chrome://1clickweather/skin/icons/other/bar_icon_now.png' width='116' height='15'/>
  185.                                             </vbox>
  186.                                         </row>
  187.                                         <row>
  188.                                             <radio id="config_cc_display_label" value="label" label="Label Only -"/>
  189.                                             <vbox>
  190.                                                 <image src='chrome://1clickweather/skin/icons/other/bar_lable_now.png' width='116' height='15'/>
  191.                                             </vbox>
  192.                                         </row>
  193.                                         <row>
  194.                                             <radio id="config_cc_display_icon" value="icon" label="Icon Only -"/>
  195.                                             <vbox>
  196.                                                 <image src='chrome://1clickweather/skin/icons/other/bar_icon.jpg' width='138' height='15'/>
  197.                                             </vbox>
  198.                                         </row>
  199.                                     </rows>
  200.                                 </grid>
  201.                             </radiogroup>
  202.                         </hbox> <!-- end of the current conditions block -->
  203.                         <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='5'/>
  204.                         <hbox id="cc_hbox_tooltip1"> <!-- start of the current conditions tooltip block -->
  205.                             <hbox align="top">
  206.                                 <checkbox id="config_cc_tooltip_enable" checked="true" label="Enable" align="left" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  207.                             </hbox>
  208.                             <hbox align="top">
  209.                                 <label value="Display of Tooltip / Mouse-over" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  210.                             </hbox>
  211.                         </hbox>
  212.                         <hbox>
  213.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='5'/>
  214.                         </hbox>
  215.                         <hbox id="cc_hbox_tooltip2">
  216.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='5'/>
  217.                             <radiogroup id="config_cc_tooltip_display">
  218.                                 <grid>
  219.                                     <rows>
  220.                                         <row>
  221.                                             <radio id="config_cc_tooltip_iconandlabel" value="iconandlabel" label="Icon and Label"/>
  222.                                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='40' height='10'/>
  223.                                             <radio id="config_cc_tooltip_label" value="label" label="Label Only"/>
  224.                                         </row>
  225.                                         <row>
  226.                                             <hbox>
  227.                                                 <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='28' height='10'/>
  228.                                                 <image src='chrome://1clickweather/skin/icons/other/box_icon_label.jpg' width='130' height='95'/>
  229.                                             </hbox>
  230.                                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='40' height='10'/>
  231.                                             <hbox>
  232.                                                 <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='28' height='10'/>
  233.                                                 <image src='chrome://1clickweather/skin/icons/other/box_label.jpg' width='130' height='95'/>
  234.                                             </hbox>
  235.                                         </row>
  236.                                     </rows>
  237.                                 </grid>
  238.                             </radiogroup>
  239.                         </hbox>
  240.                         <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='10'/>
  241.                         <hbox> <!-- start of the severe weather block -->
  242.                             <hbox align="top">
  243.                                 <checkbox id="config_swa_enable" checked="true" label="Enable" align="left" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  244.                             </hbox>
  245.                             <hbox align="top">
  246.                                 <label value="Display of US Severe Weather Alerts" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  247.                             </hbox>
  248.                         </hbox>
  249.                         <hbox>
  250.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='5'/>
  251.                         </hbox>
  252.                         <hbox id="cc_hbox_alerts1">
  253.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='35' height='5'/>
  254.                             <vbox>
  255.                                 <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='3'/>
  256.                                 <label value="Display alert every" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  257.                             </vbox>
  258.                             <menulist id="config_swa_interval">
  259.                                 <menupopup>
  260.                                     <menuitem id="config_swa_interval_10" value="10" label="10"/>
  261.                                     <menuitem id="config_swa_interval_15" value="15" label="15"/>
  262.                                     <menuitem id="config_swa_interval_20" value="20" label="20"/>
  263.                                     <menuitem id="config_swa_interval_30" value="30" label="30"/>
  264.                                     <menuitem id="config_swa_interval_45" value="45" label="45"/>
  265.                                     <menuitem id="config_swa_interval_60" value="60" label="60"/>
  266.                                 </menupopup>
  267.                             </menulist>
  268.                             <vbox>
  269.                                 <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='3'/>
  270.                                 <label value="minutes until cancelled" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  271.                             </vbox>
  272.                         </hbox>
  273.                         <hbox>
  274.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='5'/>
  275.                         </hbox>
  276.                         <hbox>
  277.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='150' height='3'/>
  278.                             <button id="save_button2" class="dialog" label="Save & Exit" oncommand="saveData();"/>
  279.                         </hbox>
  280.                     </vbox>
  281.  
  282.  
  283.                     <!-- Today's Forecast -->
  284.                     <vbox id="forecast_pages_content">
  285.                         <hbox align="top">
  286.                             <description style="width:373px;font-family:Verdana;font-size:11px;color:#142189;" crop="end">
  287.                  Turn today's forecast reporting and associated tooltips on and off.  Set your forecast transition option.
  288.                             </description>
  289.                         </hbox>
  290.                         <hbox>
  291.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='5'/>
  292.                         </hbox>
  293.                         <hbox> <!-- start of the todays forecast block -->
  294.                             <hbox align="top">
  295.                                 <checkbox id="config_fcst_enable" checked="true" label="Enable" align="left" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  296.                             </hbox>
  297.                             <hbox align="center">
  298.                                 <label value="Display of Today's Forecast" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  299.                             </hbox>
  300.                         </hbox>
  301.                         <hbox>
  302.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='3'/>
  303.                         </hbox>
  304.                         <hbox id="fcst_display_box">
  305.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='3'/>
  306.                             <radiogroup id="config_fcst_display">
  307.                                 <grid>
  308.                                     <rows>
  309.                                         <row>
  310.                                             <radio id="config_fcst_display_iconandlabel" value="iconandlabel" label="Icon and Label - "/>
  311.                                             <vbox>
  312.                                                 <image src='chrome://1clickweather/skin/icons/other/bar_icon_today.png' width='138' height='15'/>
  313.                                             </vbox>
  314.                                         </row>
  315.                                         <row>
  316.                                             <radio id="config_fcst_display_label" value="label" label="Label Only -"/>
  317.                                             <vbox>
  318.                                                 <image src='chrome://1clickweather/skin/icons/other/bar_lable_today.png' width='138' height='15'/>
  319.                                             </vbox>
  320.                                         </row>
  321.                                         <row>
  322.                                             <radio id="config_fcst_display_icon" value="icon" label="Icon Only -"/>
  323.                                             <vbox>
  324.                                                 <image src='chrome://1clickweather/skin/icons/other/bar_icon.jpg' width='138' height='15'/>
  325.                                             </vbox>
  326.                                         </row>
  327.                                     </rows>
  328.                                 </grid>
  329.                             </radiogroup>
  330.                         </hbox>
  331.                         <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='5'/>
  332.                         <hbox id="fcst_tooltip_check_box"> <!-- start of the todays forecast tooltip block -->
  333.                             <hbox align="top">
  334.                                 <checkbox id="config_fcst_tooltip_display" checked="true" label="Enable" align="left" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  335.                             </hbox>
  336.                             <hbox align="top">
  337.                                 <label value="Display of Tooltip / Mouse-over" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  338.                             </hbox>
  339.                         </hbox>
  340.                         <hbox>
  341.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='5'/>
  342.                         </hbox>
  343.                         <hbox id="fcst_tooltip_check_box2">
  344.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='5'/>
  345.                             <radiogroup id="config_fcst_tooltip_display_placement">
  346.                                 <grid>
  347.                                     <rows>
  348.                                         <row align="top">
  349.                                             <radio id="config_fcst_tooltip_display_placement_iconandlabel" value="iconandlabel" label="Icon and Label -"/>
  350.                                             <image src='chrome://1clickweather/skin/icons/other/sm_box_today_icon.jpg' width='141' height='49'/>
  351.                                         </row>
  352.                                         <row align="top">
  353.                                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='5'/>
  354.                                         </row>
  355.                                         <row align="top">
  356.                                             <radio id="config_fcst_tooltip_display_placement_label" value="label" label="Label Only -"/>
  357.                                             <image src='chrome://1clickweather/skin/icons/other/sm_box_today_label.jpg' width='141' height='49'/>
  358.                                         </row>
  359.                                     </rows>
  360.                                 </grid>
  361.                             </radiogroup>
  362.                         </hbox>
  363.                         <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='5'/>
  364.                         <hbox id="fcst_transition_label_box"> <!-- start of the after 2pm block -->
  365.                             <label value="Select Forecast Transition Option" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  366.                         </hbox>
  367.                         <hbox>
  368.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='2'/>
  369.                         </hbox>
  370.                         <hbox id="fcst_transition_box">
  371.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='10'/>
  372.                             <vbox>
  373.                                 <description style="width:380px;font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;" crop="end">
  374.                      Sometime between 2:00 PM and 3:00 PM local time each day, today's forecast becomes unavailable.  When this occurs, switch forecast to:
  375.                                 </description>
  376.                 <radiogroup id="config_fcst_switch">
  377.                     <hbox>
  378.                                        <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='10'/>
  379.                                        <radio id="config_fcst_switch_tonight" value="tonight" label="Tonight's Forecast"/>
  380.                                        <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='10'/>
  381.                        <radio id="config_fcst_switch_tomorrow" value="tomorrow" label="Tomorrow's Forecast"/>
  382.                        </hbox>
  383.                                 </radiogroup>
  384.                             </vbox>
  385.                         </hbox>
  386.                         <hbox>
  387.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='5'/>
  388.                         </hbox>
  389.                         <hbox>
  390.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='150' height='3'/>
  391.                             <button id="save_button3" class="dialog" label="Save & Exit" oncommand="saveData();"/>
  392.                         </hbox>
  393.                     </vbox>
  394.  
  395.                     <!-- Extended Forecast -->
  396.                     <vbox id="extforecast_pages_content">
  397.                         <hbox align="top">
  398.                             <description style="width:373px;font-family:Verdana;font-size:11px;color:#142189;" crop="end">
  399.                  Turn extended forecast reporting and associated tooltips on or off.  Set the number of extended forecast days (0-4).
  400.                             </description>
  401.                         </hbox>
  402.                         <hbox>
  403.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='5'/>
  404.                         </hbox>
  405.                         <hbox> <!-- start of the extended forecast block -->
  406.                             <hbox align="top">
  407.                                 <checkbox id="config_efcst_enable" checked="true" label="Enable" align="left" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  408.                             </hbox>
  409.                             <hbox align="center">
  410.                                 <label value="Display of Extended Forecast" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  411.                             </hbox>
  412.                         </hbox>
  413.                         <hbox>
  414.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='3'/>
  415.                         </hbox>
  416.                         <hbox id="extfcst_display_box">
  417.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='3'/>
  418.                             <radiogroup id="config_efcst_display">
  419.                                 <grid>
  420.                                     <rows>
  421.                                         <row>
  422.                                             <radio id="config_efcst_display_iconandlabel" value="iconandlabel" label="Icon and Label - "/>
  423.                                             <vbox>
  424.                                                 <image src='chrome://1clickweather/skin/icons/other/bar_icon_day.png' width='116' height='15'/>
  425.                                             </vbox>
  426.                                         </row>
  427.                                         <row>
  428.                                             <radio id="config_efcst_display_label" value="label" label="Label Only -"/>
  429.                                             <vbox>
  430.                                                 <image src='chrome://1clickweather/skin/icons/other/bar_lable_day.png' width='116' height='15'/>
  431.                                             </vbox>
  432.                                         </row>
  433.                                         <row>
  434.                                             <radio id="config_efcst_display_icon" value="icon" label="Icon Only -"/>
  435.                                             <vbox>
  436.                                                 <image src='chrome://1clickweather/skin/icons/other/bar_icon.jpg' width='138' height='15'/>
  437.                                             </vbox>
  438.                                         </row>
  439.                                     </rows>
  440.                                 </grid>
  441.                             </radiogroup>
  442.                         </hbox>
  443.                         <hbox>
  444.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='5' height='2'/>
  445.                         </hbox>
  446.                         <hbox id="extfcst_transition_box">
  447.                             <label value="Extended Forecast Details" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  448.                         </hbox>
  449.                         <hbox id="extfcst_details_box">
  450.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='5' height='2'/>
  451.                             <vbox>
  452.                                 <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='35' height='2'/>
  453.                                 <hbox>
  454.                                     <vbox>
  455.                                         <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='3'/>
  456.                                         <label value="Display" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  457.                                     </vbox>
  458.                                     <vbox>
  459.                                         <menulist id="config_efcst_days">
  460.                                             <menupopup>
  461.                                                 <menuitem id="config_efcst_days_1" value="1" label="1"/>
  462.                                                 <menuitem id="config_efcst_days_2" value="2" label="2"/>
  463.                                                 <menuitem id="config_efcst_days_3" value="3" label="3"/>
  464.                                                 <menuitem id="config_efcst_days_4" value="4" label="4"/>
  465.                                             </menupopup>
  466.                                         </menulist>
  467.                                     </vbox>
  468.                                     <vbox>
  469.                                         <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='3'/>
  470.                                         <label value="days of forecast information beyond today" style="font-family:Verdana;font-size:10px;color:#000000;font-weight: bold;"/>
  471.                                     </vbox>
  472.                                 </hbox>
  473.                                 <hbox>
  474.                                     <vbox>
  475.                                         <radiogroup id="config_efcst_time">
  476.                                             <hbox align="top">
  477.                                                 <radio id="config_efcst_time_day" value="day" label="Daytime:" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  478.                                                 <vbox>
  479.                                                     <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='3'/>
  480.                                                     <label value="Always display the daytime forecast and high temp."/>
  481.                                                 </vbox>
  482.                                             </hbox>
  483.                                             <hbox align="top">
  484.                                                 <radio id="config_efcst_time_night" value="night" label="Nighttime:" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  485.                                                 <vbox>
  486.                                                     <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='3'/>
  487.                                                     <label value="Always display the evening forecast and low temp."/>
  488.                                                 </vbox>
  489.                                             </hbox>
  490.                                         </radiogroup>
  491.                                     </vbox>
  492.                                 </hbox>
  493.                             </vbox>
  494.                         </hbox>
  495.                         <hbox>
  496.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='5'/>
  497.                         </hbox>
  498.                         <hbox id="extfcst_disaply_check_box"> <!-- start of the extended forecast tooltip block -->
  499.                             <hbox align="top">
  500.                                 <checkbox id="config_efcst_tooltip_display" checked="true" label="Enable" align="left" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  501.                             </hbox>
  502.                             <hbox align="top">
  503.                                 <label value="Display of Tooltip / Mouse-over" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  504.                             </hbox>
  505.                         </hbox>
  506.                         <hbox>
  507.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='5'/>
  508.                         </hbox>
  509.                         <hbox id="extfcst_tooltip_box">
  510.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='5'/>
  511.                             <radiogroup id="config_efcst_tooltip_display_placement">
  512.                                 <grid>
  513.                                     <rows>
  514.                                         <row align="top">
  515.                                             <radio id="config_efcst_tooltip_display_placement_iconandlabel" value="iconandlabel" label="Icon and Label -"/>
  516.                                             <image src='chrome://1clickweather/skin/icons/other/sm_box_day_icon.jpg' width='141' height='49'/>
  517.                                         </row>
  518.                                         <row align="top">
  519.                                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='5'/>
  520.                                         </row>
  521.                                         <row align="top">
  522.                                             <radio id="config_efcst_tooltip_display_placement_label" value="label" label="Label Only -"/>
  523.                                             <image src='chrome://1clickweather/skin/icons/other/sm_box_day_label.jpg' width='141' height='49'/>
  524.                                         </row>
  525.                                     </rows>
  526.                                 </grid>
  527.                             </radiogroup>
  528.                         </hbox>
  529.                         <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='5'/>
  530.                         <hbox>
  531.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='150' height='3'/>
  532.                             <button id="save_button4" class="dialog" label="Save & Exit" oncommand="saveData();"/>
  533.                         </hbox>
  534.                     </vbox>
  535.  
  536.                     <!--Video On Demand-->
  537.                     <vbox id="video_pages_content">
  538.                         <hbox>
  539.                             <hbox align="top">
  540.                                 <image src='chrome://1clickweather/skin/icons/other/toolbar_video.png' width='20' height='20'/>
  541.                             </hbox>
  542.                             <hbox align="top">
  543.                                 <description style="width:373px;font-family:Verdana;font-size:11px;color:#142189;" crop="end">
  544.                       Turn video forecast reporting on or off. Set your default video preference.
  545.                                 </description>
  546.                             </hbox>
  547.                         </hbox>
  548.                         <hbox>
  549.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='5'/>
  550.                         </hbox>
  551.                         <hbox>
  552.                             <hbox align="top">
  553.                                 <checkbox id="config_video_enable" checked="true" label="Enable" align="left" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  554.                             </hbox>
  555.                             <hbox align="center">
  556.                                 <label value="Weather Video On-Demand" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  557.                             </hbox>
  558.                         </hbox>
  559.                         <hbox>
  560.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='10'/>
  561.                         </hbox>
  562.                         
  563.                         <!-- choices -->
  564.                         <radiogroup id="config_video_choices">
  565.                             <hbox minwidth="380">
  566.                                 <vbox minwidth="120">
  567.                                     <!-- Top Story -->
  568.                                     <vbox>
  569.                                         <radio id="config_video_choices_1073" value="1073" label="Top Story" />
  570.                                     </vbox>
  571.                                     <vbox maxwidth="85">
  572.                                         <image src='chrome://1clickweather/skin/icons/video/vid_topstory.png' width='85' height='55' />
  573.                                         <separator orient="horizontal" width="55" height="10" />
  574.                                         <!--
  575.                                         <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='55' height='10' />
  576.                                         -->
  577.                                     </vbox>
  578.                                     <!-- Europe Forecast -->
  579.                                     <vbox>
  580.                                         <radio minwidth="120" id="config_video_choices_571" value="571" label="Europe Forecast" />
  581.                                     </vbox>
  582.                                     <vbox maxwidth="85">
  583.                                         <image src='chrome://1clickweather/skin/icons/video/vid_europe.png' width='85' height='55' />
  584.                                         <separator orient="horizontal" width="55" height="10" />
  585.                                         <!--
  586.                                         <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='55' height='10'/>
  587.                                         -->
  588.                                     </vbox>
  589.                                     <!-- Southern US -->
  590.                                     <vbox>
  591.                                         <radio minwidth="120" id="config_video_choices_362" value="362" label="Southern US"/>
  592.                                     </vbox>
  593.                                     <vbox maxwidth="85">
  594.                                         <image src='chrome://1clickweather/skin/icons/video/vid_south.png' width='85' height='55'/>
  595.                                         <separator orient="horizontal" width="55" height="10" />
  596.                                         <!--
  597.                                         <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='55' height='10'/>
  598.                                         -->
  599.                                     </vbox>
  600.                                 </vbox>
  601.                                 <vbox>
  602.                                     <separator orient="horizontal" width="10" height="10" />
  603.                                 </vbox>
  604.                                 <vbox minwidth="120">
  605.                                     <vbox>
  606.                                         <radio minwidth="120" id="config_video_choices_365" value="365" label="Severe Weather"/>
  607.                                     </vbox>
  608.                                     <vbox maxwidth="85">
  609.                                         <image src='chrome://1clickweather/skin/icons/video/vid_severe.png' width='85' height='55'/>
  610.                                         <separator orient="horizontal" width="55" height="10" />
  611.                                     </vbox>
  612.                                     <vbox>
  613.                                         <radio minwidth="120" id="config_video_choices_361" value="361" label="Northeast US"/>
  614.                                     </vbox>
  615.                                     <vbox maxwidth="85">
  616.                                         <image src='chrome://1clickweather/skin/icons/video/vid_ne.png' width='85' height='55'/>
  617.                                         <separator orient="horizontal" width="55" height="10" />
  618.                                         <!--
  619.                                         <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='55' height='10'/>
  620.                                         -->
  621.                                     </vbox>
  622.                                     <vbox>
  623.                                         <radio minwidth="120" id="config_video_choices_363" value="363" label="Western US"/>
  624.                                     </vbox>
  625.                                     <vbox maxwidth="85">
  626.                                         <image src='chrome://1clickweather/skin/icons/video/vid_west.png' width='85' height='55'/>
  627.                                         <separator orient="horizontal" width="55" height="10" />
  628.                                         <!--
  629.                                         <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='55' height='10'/>
  630.                                         -->
  631.                                     </vbox>
  632.                                 </vbox>
  633.                                 <vbox>
  634.                                     <separator orient="horizontal" width="10" height="10" />
  635.                                 </vbox>
  636.                                 
  637.                                 <!-- Third colums -->
  638.                                 <vbox minwidth="140">
  639.                                     <vbox>
  640.                                         <radio minwidth="140px" id="config_video_choices_364" value="364" label="National Forecast"/>
  641.                                     </vbox>
  642.                                     <vbox maxwidth="85">
  643.                                         <image src='chrome://1clickweather/skin/icons/video/vid_national.png' width='85' height='55'/>
  644.                                         <separator orient="horizontal" width="55" height="10" />
  645.                                     </vbox>
  646.                                     <vbox>
  647.                                         <radio minwidth="140" id="config_video_choices_360" value="360" label="Midwest US"/>
  648.                                     </vbox>
  649.                                     <vbox maxwidth="85">
  650.                                         <image src='chrome://1clickweather/skin/icons/video/vid_midw.png' width='85' height='55'/>
  651.                                         <separator orient="horizontal" width="55" height="10" />
  652.                                     </vbox>
  653.                                 </vbox>
  654.                             </hbox>
  655.                         </radiogroup>
  656.                         <hbox>
  657.                             <separator orient="horizontal" width="125" height="1" />
  658.                             <button id="save_button5" class="dialog" label="Save & Exit" oncommand="saveData();"/>
  659.                         </hbox>
  660.                     </vbox>
  661.  
  662.                     <!-- Doppler Radar-->
  663.                     <vbox id="radar_pages_content">
  664.                         <hbox width="393">
  665.                             <hbox align="top">
  666.                                 <image src='chrome://1clickweather/skin/icons/other/toolbar_radar.png' width='33' height='20'/>
  667.                             </hbox>
  668.                             <hbox align="top">
  669.                                 <description style="width:373px;font-family:Verdana;font-size:11px;color:#142189;" crop="end">Turn U.S. Doppler radar reporting on or off. Set your default regional radar preferences.</description>
  670.                             </hbox>
  671.                         </hbox>
  672.                         <hbox>
  673.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='5'/>
  674.                         </hbox>
  675.                         <hbox>
  676.                             <hbox align="top">
  677.                                 <checkbox id="config_radar_enable" checked="true" label="Enable" align="left" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  678.                             </hbox>
  679.                             <hbox align="center">
  680.                                 <label value="United States Regional Doppler Radar" crop="end" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  681.                             </hbox>
  682.                         </hbox>
  683.                         <hbox>
  684.                             <separator orient="horizontal" width="393" height="10" />
  685.                         </hbox>
  686.                         
  687.                         <radiogroup id="config_radar_choices" width="393">
  688.                             <hbox minwidth="380">
  689.                                 
  690.                                 <!-- First column -->
  691.                                 <vbox minwidth="130">
  692.                                     <vbox>
  693.                                         <radio width="200" id="config_radar_choices_radarNorthwest" value="radarNorthwest" label="Northwest" />
  694.                                     </vbox>
  695.                                     <vbox>
  696.                                         <image src='chrome://1clickweather/skin/icons/radar/rad_nw.jpg' maxwidth='100' height='62' />
  697.                                         <separator orient="horizontal" width="55" height="10" />
  698.                                     </vbox>
  699.                                     <vbox>
  700.                                         <radio minwidth="130" id="config_radar_choices_radarWestcentral" value="radarWestcentral" label="West Central"/>
  701.                                     </vbox>
  702.                                     <vbox>
  703.                                         <image src='chrome://1clickweather/skin/icons/radar/rad_wcent.jpg' width='100' height='62'/>
  704.                                         <separator orient="horizontal" width="55" height="10" />
  705.                                     </vbox>
  706.                                     <vbox>
  707.                                         <radio minwidth="130" id="config_radar_choices_radarSouthwest" value="radarSouthwest" label="Southwest"/>
  708.                                     </vbox>
  709.                                     <vbox>
  710.                                         <image src='chrome://1clickweather/skin/icons/radar/rad_sw.jpg' width='100' height='62'/>
  711.                                         <separator orient="horizontal" width="55" height="10" />
  712.                                     </vbox>
  713.                                 </vbox>
  714.                                 
  715.                                 <!-- First Separator -->
  716.                                 <vbox maxwidth="1">
  717.                                    <separator orient="horizontal" width="1" height="10" />
  718.                                 </vbox>
  719.                                 
  720.                                 <!-- Second Column -->
  721.                                 <vbox minwidth="130">
  722.                                     <vbox>
  723.                                         <radio minwidth="130" id="config_radar_choices_radarNorthcentral" value="radarNorthcentral" label="North Central"/>
  724.                                     </vbox>
  725.                                     <vbox>
  726.                                         <image src='chrome://1clickweather/skin/icons/radar/rad_ncent.jpg' maxwidth='100' height='62'/>
  727.                                         <separator orient="horizontal" width="55" height="10" />
  728.                                     </vbox>
  729.                                     <vbox>
  730.                                         <radio minwidth="130" id="config_radar_choices_radarCentral" value="radarCentral" label="Central"/>
  731.                                     </vbox>
  732.                                     <vbox>
  733.                                         <image src='chrome://1clickweather/skin/icons/radar/rad_cent.jpg' maxwidth='100' height='62'/>
  734.                                         <separator orient="horizontal" width="55" height="10" />
  735.                                     </vbox>
  736.                                     <vbox>
  737.                                         <radio minwidth="130" id="config_radar_choices_radarSouthcentral" value="radarSouthcentral" label="South Central"/>
  738.                                     </vbox>
  739.                                     <vbox>
  740.                                         <image src='chrome://1clickweather/skin/icons/radar/rad_scent.jpg' width='100' height='62'/>
  741.                                     </vbox>
  742.                                 </vbox>
  743.                                 
  744.                                 <!-- Second separator -->
  745.                                 <vbox maxwidth="1">
  746.                                     <separator orient="horizontal" width="1" height="10" />
  747.                                 </vbox>
  748.                                 
  749.                                 <!-- Third columnn -->
  750.                                 <vbox minwidth="130">
  751.                                     <vbox>
  752.                                         <radio minwidth="130" id="config_radar_choices_radarNortheast" value="radarNortheast" label="Northeast"/>
  753.                                     </vbox>
  754.                                     <vbox>
  755.                                         <image src='chrome://1clickweather/skin/icons/radar/rad_ne.jpg' maxwidth="100" height="62" />
  756.                                         <separator orient="horizontal" width="55" height="10" />
  757.                                     </vbox>
  758.                                     <vbox>
  759.                                         <radio minwidth="130" id="config_radar_choices_radarEastcentral" value="radarEastcentral" label="East Central"/>
  760.                                     </vbox>
  761.                                     <vbox>
  762.                                         <image src='chrome://1clickweather/skin/icons/radar/rad_ecent.jpg' maxwidth="100" height="62" />
  763.                                         <separator orient="horizontal" width="55" height="10" />
  764.                                     </vbox>
  765.                                     <vbox>
  766.                                         <radio minwidth="130" id="config_radar_choices_radarSoutheast" value="radarSoutheast" label="Southeast"/>
  767.                                     </vbox>
  768.                                     <vbox>
  769.                                         <image src='chrome://1clickweather/skin/icons/radar/rad_se.jpg' maxwidth="100" height="62" />
  770.                                         <separator orient="horizontal" width="55" height="10" />
  771.                                     </vbox>
  772.                                 </vbox>
  773.                             </hbox>
  774.                         </radiogroup>
  775.                         <hbox>
  776.                             <separator orient="horizontal" width="125" height="1" />
  777.                             <button id="save_button6" class="dialog" label="Save & Exit" oncommand="saveData();"/>
  778.                         </hbox>
  779.                     </vbox>
  780.  
  781.                     <!--Satllite-->
  782.                     <vbox id="satellite_pages_content">
  783.                         <hbox>
  784.                             <hbox align="top">
  785.                                 <image src='chrome://1clickweather/skin/icons/other/toolbar_satellite.png' width='20' height='20'/>
  786.                             </hbox>
  787.                             <hbox align="top">
  788.                                 <description style="width:373px;font-family:Verdana;font-size:11px;color:#142189;" crop="end">Turn int'l satellite reporting on or off. Set your default world regional preference.</description>
  789.                             </hbox>
  790.                         </hbox>
  791.                         <hbox>
  792.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='5'/>
  793.                         </hbox>
  794.                         <hbox>
  795.                             <hbox align="top">
  796.                                 <checkbox id="config_satellite_enable" checked="true" label="Enable" align="left" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  797.                             </hbox>
  798.                             <hbox align="center">
  799.                                 <label value="International Satellite Maps" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  800.                             </hbox>
  801.                         </hbox>
  802.                         <hbox>
  803.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='10'/>
  804.                         </hbox>
  805.                         <radiogroup id="config_satellite_choices" width="393">
  806.                             <hbox>
  807.                                 
  808.                                 <!-- First column -->
  809.                                 <vbox>
  810.                                     <vbox>
  811.                                         <radio minwidth="130" id="config_satellite_choices_satelliteEurope" value="satelliteEurope" label="Europe"/>
  812.                                     </vbox>
  813.                                     <vbox>
  814.                                         <image src='chrome://1clickweather/skin/icons/sat/int_europe.jpg' maxwidth='100' height='62'/>
  815.                                         <separator orient="horizontal" width="55" height="10" />
  816.                                     </vbox>
  817.                                     <vbox>
  818.                                         <radio minwidth="130" id="config_satellite_choices_satelliteRussia" value="satelliteRussia" label="Russia"/>
  819.                                     </vbox>
  820.                                     <vbox>
  821.                                         <image src='chrome://1clickweather/skin/icons/sat/int_russia.jpg' maxwidth='100' height='62'/>
  822.                                         <separator orient="horizontal" width="55" height="10" />
  823.                                     </vbox>
  824.                                     <vbox>
  825.                                         <radio minwidth="130" id="config_satellite_choices_satelliteAsia" value="satelliteAsia" label="Asia"/>
  826.                                     </vbox>
  827.                                     <vbox>
  828.                                         <image src='chrome://1clickweather/skin/icons/sat/int_asia.jpg' maxwidth='100' height='62'/>
  829.                                         <separator orient="horizontal" width="55" height="10" />
  830.                                     </vbox>
  831.                                 </vbox>
  832.                                 <!-- First Separator Column -->
  833.                                 <vbox>
  834.                                     <separator orient="horizontal" width="1" height="10" />
  835.                                 </vbox>
  836.                                 <!-- Second column -->
  837.                                 <vbox>
  838.                                     <vbox>
  839.                                         <radio minwidth="130" id="config_satellite_choices_satelliteMiddleEast" value="satelliteMiddleEast" label="Middle East" />
  840.                                     </vbox>
  841.                                     <vbox>
  842.                                         <image src='chrome://1clickweather/skin/icons/sat/int_mideast.jpg' maxwidth='100' height='62'/>
  843.                                         <separator orient="horizontal" width="55" height="10" />
  844.                                     </vbox>
  845.                                     <vbox>
  846.                                         <radio minwidth="130" id="config_satellite_choices_satelliteAfrica" value="satelliteAfrica" label="Africa"/>
  847.                                     </vbox>
  848.                                     <vbox>
  849.                                         <image src='chrome://1clickweather/skin/icons/sat/int_africa.jpg' maxwidth='100' height='62'/>
  850.                                         <separator orient="horizontal" width="55" height="10" />
  851.                                     </vbox>
  852.                                     <vbox>
  853.                                         <radio minwidth="130" id="config_satellite_choices_satelliteCanada" value="satelliteCanada" label="Canada"/>
  854.                                     </vbox>
  855.                                     <vbox>
  856.                                         <image src='chrome://1clickweather/skin/icons/sat/int_canada.jpg' maxwidth='100' height='62'/>
  857.                                         <separator orient="horizontal" width="55" height="10" />
  858.                                     </vbox>
  859.                                 </vbox>
  860.                                 <!-- Second column separator -->
  861.                                 <vbox>
  862.                                     <separator orient="horizontal" width="1" height="10" />
  863.                                 </vbox>
  864.                                 <!-- Third column -->
  865.                                 <vbox>
  866.                                     <vbox>
  867.                                         <radio minwidth="130" id="config_satellite_choices_satelliteMexico" value="satelliteMexico" label="Mexico"/>
  868.                                     </vbox>
  869.                                     <vbox>
  870.                                         <image src='chrome://1clickweather/skin/icons/sat/int_mexico.jpg' maxwidth='100' height='62'/>
  871.                                         <separator orient="horizontal" width="55" height="10" />
  872.                                     </vbox>
  873.                                     <vbox>
  874.                                         <radio minwidth="130" id="config_satellite_choices_satelliteCentralAmerica" value="satelliteCentralAmerica" label="Central America" />
  875.                                     </vbox>
  876.                                     <vbox>
  877.                                         <image src='chrome://1clickweather/skin/icons/sat/int_centam.jpg' maxwidth='100' height='62'/>
  878.                                         <separator orient="horizontal" width="55" height="10" />
  879.                                     </vbox>
  880.                                     <vbox>
  881.                                         <radio minwidth="130" id="config_satellite_choices_satelliteSouthAmerica" value="satelliteSouthAmerica" label="South America"/>
  882.                                     </vbox>
  883.                                     <vbox>
  884.                                         <image src='chrome://1clickweather/skin/icons/sat/int_soam.jpg' maxwidth='100' height='62'/>
  885.                                         <separator orient="horizontal" width="55" height="10" />
  886.                                     </vbox>
  887.                                 </vbox>
  888.                             </hbox>
  889.                         </radiogroup>
  890.                         <hbox>
  891.                             <separator orient="horizontal" width="125" height="1" />
  892.                             <button id="save_button7" class="dialog" label="Save & Exit" oncommand="saveData();"/>
  893.                         </hbox>
  894.                     </vbox>
  895.  
  896.                     <!-- Quick Links-->
  897.                     <vbox id="lifestyle_pages_content">
  898.                         <hbox>
  899.                             <hbox align="top">
  900.                                 <image src='chrome://1clickweather/skin/icons/other/toolbar_quick.png' width='20' height='20'/>
  901.                             </hbox>
  902.                             <hbox align="top">
  903.                                 <description style="width:373px;font-family:Verdana;font-size:11px;color:#142189;" crop="end">
  904.                       Turn quick launch icon navigation on or off.
  905.                                 </description>
  906.                             </hbox>
  907.                         </hbox>
  908.                         <hbox>
  909.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='5'/>
  910.                         </hbox>
  911.                         <hbox>
  912.                             <hbox align="top">
  913.                                 <checkbox id="config_lifestyle_enable" checked="true" label="Enable" align="center" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  914.                             </hbox>
  915.                             <hbox align="center">
  916.                                 <label value="Display of Quick Launch Icon" style="font-family:Verdana;font-size:11px;color:#6C6A6A;font-style:italic;"/>
  917.                             </hbox>
  918.                         </hbox>
  919.                         <hbox>
  920.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='10'/>
  921.                         </hbox>
  922.                         <!--Hour-By-Hour Forecast-->
  923.                         <hbox>
  924.                         <grid>
  925.                             <rows>
  926.                                 <row>
  927.                                     <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='3'/>
  928.                                     <image src='chrome://1clickweather/skin/icons/other/clock.png' width='20' height='20'/>
  929.                                     <vbox>
  930.                                         <label value="Hour-By-Hour Forecast" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  931.                                     </vbox>
  932.                                    </row>
  933.                                    <row>
  934.                                        <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='3'/>
  935.                                     <image src='chrome://1clickweather/skin/icons/other/tendayfcst.png' width='20' height='20'/>
  936.                                     <vbox>
  937.                                         <label value="Local 10-Day Forecast" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  938.                                     </vbox>
  939.                                  </row>
  940.                             </rows>
  941.                         </grid>
  942.                         </hbox>
  943.                         <hbox>
  944.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='10'/>
  945.                         </hbox>
  946.                         <!--<vbox id="config_links_vbox">
  947.                             <label value="Optional Links:" style="font-family:Verdana;font-size:11px;color:#000000;font-weight: bold;"/>
  948.                             <grid>
  949.                                 <columns>
  950.                                     <column/>
  951.                                     <column/>
  952.                                 </columns>
  953.  
  954.                                 <rows>
  955.                                     <row>
  956.                                         <checkbox id="config_lifestyle_1" value="1" checked="false" label="Tropical Update" align="center" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  957.                                         <checkbox id="config_lifestyle_2" value="2" checked="false" label="Mosquito Activity" align="center" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  958.                                     </row>
  959.                                     <row>
  960.                                         <checkbox id="config_lifestyle_3" value="3" checked="false" label="Personal PetCast" align="center" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  961.                                         <checkbox id="config_lifestyle_4" value="4" checked="false" label="Sky Watch" align="center" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  962.                                     </row>
  963.                                     <row>
  964.                                         <checkbox id="config_lifestyle_5" value="5" checked="false" label="Baseball Game Day Forecast" align="center" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  965.                                         <checkbox id="config_lifestyle_6" value="6" checked="false" label="Interstate Forecast" align="center" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  966.                                     </row>
  967.                                     <row>
  968.                                         <checkbox id="config_lifestyle_7" value="7" checked="false" label="Vacation Planner" align="center" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  969.                                         <checkbox id="config_lifestyle_8" value="8" checked="false" label="PollenCast" align="center" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  970.                                     </row>
  971.                                     <row>
  972.                                         <checkbox id="config_lifestyle_9" value="9" checked="false" label="Sun Safety Advisor" align="center" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  973.                                         <checkbox id="config_lifestyle_10" value="10" checked="false" label="Flight Tracker" align="center" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  974.                                     </row>
  975.                                     <row>
  976.                                         <checkbox id="config_lifestyle_11" value="11" checked="false" label="Fitness Forecast" align="center" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  977.                                         <checkbox id="config_lifestyle_12" value="12" checked="false" label="Golf Forecast" align="center" style="font-family:Verdana;font-size:11px;color:#000000;"/>
  978.                                     </row>
  979.                                 </rows>
  980.                             </grid>
  981.                         </vbox>-->
  982.                         <hbox>
  983.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='10'/>
  984.                         </hbox>
  985.                         <hbox>
  986.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='125' height='1'/>
  987.                             <button id="save_button8" class="dialog" label="Save & Exit" oncommand="saveData();"/>
  988.                         </hbox>
  989.                     </vbox>
  990.  
  991.                     <vbox id="dev_pages_content">
  992.                         <hbox>
  993.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='80' height='1'/>
  994.                             <label value="1-ClickWeather by" style="font-family:Verdana;font-size:20px;color:red;font-weight: bold;"/>
  995.                         </hbox>
  996.                         <hbox>
  997.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='1' height='20'/>
  998.                         </hbox>
  999.                         <hbox align="center">
  1000.                             <image src='chrome://1clickweather/skin/icons/other/dev.jpg'/>
  1001.                         </hbox>
  1002.                         <hbox>
  1003.                             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='60' height='1'/>
  1004.                             <vbox width="150">
  1005.                                 <label value="Mitchell Broome"/>
  1006.                             </vbox>
  1007.                             <vbox width="20">
  1008.                                 <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='1'/>
  1009.                             </vbox>
  1010.                             <vbox width="150">
  1011.                                 <label value="Tihomir Surdilovic"/>
  1012.                             </vbox>
  1013.                         </hbox>
  1014.                     </vbox>
  1015.                 </deck>
  1016.                 <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='393' height='10'/>
  1017.             </vbox>
  1018.             <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='361' style="background-color:#FFFFFF;"/>
  1019.         </hbox>
  1020.     </hbox>
  1021.     
  1022.     
  1023.     <image src='chrome://1clickweather/skin/icons/other/blank.gif' width='20' height='60' style="background-color:#FFFFFF;"/>
  1024.     
  1025.     <!-- Keyset -->
  1026.     <keyset>
  1027.       <key id="enter" keycode="VK_RETURN" oncommand="document.getElementById('save_button1').focus();" />
  1028.       <key id="ddvtr" key="t" modifiers="accel shift" oncommand="showdev();"/>
  1029.       <key id="ddvmr" key="m" modifiers="accel shift" oncommand="showdev();"/>
  1030.     </keyset>
  1031. </window>
  1032.